You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatTimeSerAnalysis Class > StatTimeSerAnalysis Methods > Innovations Method > StatTimeSerAnalysis.Innovations Method ([In] TDenseMtxVec, [In] int, [In] TMtx, [In] TVec, [In] int)
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatTimeSerAnalysis.Innovations Method ([In] TDenseMtxVec, [In] int, [In] TMtx, [In] TVec, [In] int)

Uses the Innnovations algorithm to recursively calculate Theta[1,1]...Theta[n,n] coefficients (all coefficients).

Syntax
C#
Visual Basic
public static void Innovations([In] TDenseMtxVec kappa, [In] int q, [In] TMtx ThetaMtx, [In] TVec Variances, [In] int NumEvals);

The recursion relations are defined by the following equations: 

 

where kappa(i,j) are covariances. Use this overloaded variant only when you need all theta[1,1]..theta[n,n] values, otherwise use vector version.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!